// FadeScript begin function MakeArray(N) { this.length = N; for (I = 1; I <= N; I++) this[I] = 0; return this; } Hexa = new MakeArray(16); for (I = 0; I < 10; I++) Hexa[I] = I; Hexa[10]="A"; Hexa[11]="B"; Hexa[12]="C"; Hexa[13]="D"; Hexa[14]="E"; Hexa[15]="F"; function Hex(I) { if (I < 0) return "FF"; else if (I > 255) return "00"; else return "" + Hexa[Math.floor(I/16)] + Hexa[I%16]; } function SetbgColor(R, G, B) { HexRed = Hex(R); HexGreen = Hex(G); HexBlue = Hex(B); document.bgColor = "#" + HexRed + HexGreen + HexBlue; } function Fade(StartRed, StartGreen, StartBlue, EndRed, EndGreen, EndBlue, Step) { for(I = 0; I <= Step; I++) { Rtmp = Math.floor(StartRed * ((Step-I)/Step) + EndRed * (I/Step)); Gtmp = Math.floor(StartGreen * ((Step-I)/Step) + EndGreen * (I/Step)); Btmp = Math.floor(StartBlue * ((Step-I)/Step) + EndBlue * (I/Step)); SetbgColor (Rtmp,Gtmp,Btmp); } } function FadeIn() { Fade(255,255,255, 0,0,0, 64); } FadeIn(); // End of FadeScript

WHERE DO YOU WANT TO GO? JUST CLICK BELOW AND YOU WILL FIND OUT NEW THINGS ABOUT THE LOS ANGELES LAKERS!!

UP TO DATE SPORTS SCORES!

Click here to find out the latest breaking Laker News. Keep up with the Los Angeles Lakers Progress during the season by visiting this site. Don't miss any of the action. Remember playoffs are coming up!!!

Click here to see the game schedule for the 1999-2000 season. View detailed statistics of all games, read predictions and commentary of upcoming games and league standings.

Click here to find out who's on the LakeShow. View individual statistics and profiles. Collection of player pictures and other multimedia available here

Click here to cast your votes on various polls held during the season. Voice your opinion here on the LakeShow. Your comments may appear on this very website. Just added 15 new fun java games!!!

THE UNSTOPPABLE 3-SOME!

CLICK ON THE MAIL BOX TO SEND COMMENTS TO ME THANKS!!

You are visitor number since March 17 2000